This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Arnold Chuluvitchoden 7.Jan.04 10:43 AM a Web browser Applications Development6.0.1 CF2Windows 2000
I want to create a "my outstanding task" view.
After the user login to the system, the
"my outstanding task" view will only show the
login user's outstanding task. I write the
following statement in "my outstanding task" view.
SELECT form = "taskform" & @UserName = incharge
However when I use another user account
to login, it still keep the "old" view. The
view still showing the previous user task.
How can I solve this problem please ?